home *** CD-ROM | disk | FTP | other *** search
- /* TransformController.h - Determine current transformation.
- * Copyright (C) 1993 Corona Design, Inc. All rights reserved.
- *
- * Abstract
- * Encapsulates the interface for specifying viewing angle. This is
- * done via CircularSliders specifying Latitude and Longitude.
- *
- * RCS path:
- * $Source: /Users/pkron/Projects/voxel/Pyramid/RCS/TransformController.h,v $
- * Modified: $Date: 93/09/15 12:35:24 $ by $Author: pkron $
- * Current State: $State: Exp $ locked by $Locker: $
- */
-
- #import <appkit/appkit.h>
-
- #import "perspect.h"
-
-
- @interface TransformController:Object
- {
- id distance;
- id latitude;
- id longitude;
-
- MATRIX transform;
- }
-
- - (MATRIX)transform;
-
- @end
-
- #ifdef _LOG
- /*
- * $Log: TransformController.h,v $
- * Revision 1.1 93/09/15 12:35:24 pkron
- * Created.
- *
- */
- #endif
-